widget: Fix gtk_widget_insert_after/before() docs
authorKjell Ahlstedt <kjellahlstedt@gmail.com>
Tue, 6 Jun 2017 12:57:52 +0000 (14:57 +0200)
committerKjell Ahlstedt <kjellahlstedt@gmail.com>
Tue, 6 Jun 2017 12:57:52 +0000 (14:57 +0200)
commit1b697fd7c26d6813bd6d3b793c626e634b5c03cd
tree70b050e5d5fbf5348b41210f167448a95f79c807
parentbffbfde10a7ade79eeca6a82dcf118fda85a6741
widget: Fix gtk_widget_insert_after/before() docs

Add beginning double asterisks and function names. Correct the parameter
names (next/previous_child -> next/previous_sibling). Make the documentation
of the two functions more similar.

https://bugzilla.gnome.org/show_bug.cgi?id=783445
gtk/gtkwidget.c